>> figure >> hold on >> subplot(2,1,1); >> plot(x3,'b'); >> plot(x3(1:200),'b'); >> legend('Vhodni signal x(n)'); >> subplot(2,1,2); >> plot(y3(1:200),'b'); >> legend('Izhodni signal y(n)');